home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iffmod.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IFFMODEL_H = 1;
- include("real/code/r3fifomo.js")
-
-
- var R3CLID_IFFMODEL = 1679;
-
-
-
-
-
- R3IFFMODM_SETSECTION = 1679000;
-
- function mR3IFFMODM_SETSECTION() {
- DoA(this.r3obj, 1679000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3IFFMODA_Sections = 1679500;
- function SetR3IFFMODA_Sections(value) {
- R3Set(this.r3obj, R3IFFMODA_Sections, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IFFMODA_Sections() {
- return R3Get(this.r3obj, R3IFFMODA_Sections, R3TID_INTEGER, 0);
- }
-
- R3IFFMODA_Thumbnail = 1679502;
- function GetR3IFFMODA_Thumbnail() {
- return R3ToJS(R3Get(this.r3obj, R3IFFMODA_Thumbnail, R3TID_OBJECT, 0));
- }
-
- R3IFFMODA_AvailableSections = 1679503;
- function GetR3IFFMODA_AvailableSections() {
- return R3Get(this.r3obj, R3IFFMODA_AvailableSections, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iffmodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IFFMODEL, arguments);
- }
- // Methods
- this.SETSECTION=mR3IFFMODM_SETSECTION;
-
- // Attributes
- this.GetSections=GetR3IFFMODA_Sections;
- this.SetSections=SetR3IFFMODA_Sections;
- this.GetThumbnail=GetR3IFFMODA_Thumbnail;
- this.GetAvailableSections=GetR3IFFMODA_AvailableSections;
- }
-
- r3Iffmodel.prototype=new r3Fileformatmodel;
- // r3iffmod.h_H